home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / koreanminer.swf / scripts / frame_84 / DoAction.as
Text File  |  2007-09-28  |  92b  |  9 lines

  1. if(score >= goal)
  2. {
  3.    gotoAndPlay(89);
  4. }
  5. else
  6. {
  7.    _root.EventOK.gotoAndPlay(2);
  8. }
  9.